home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr49
/
296_01.zip
/
CTOCPP.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-04-01
|
130b
|
5 lines
@echo off
rem .bat command file to convert .c to .cpp files
for %%p in (%1 %2 %3 %4 %5 %6 %7 %8 %9) do call ctocpp1.bat %%p